From a644e37d0ba1d5518e7a9019970de87bca44ef29 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sun, 22 Feb 2009 23:38:04 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4c2bbb06642..81a31834012 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,9 +1,19 @@ 2009-02-22 Juri Linkov + * dired-aux.el (minibuffer-default-add-dired-shell-commands): + Doc fix. + + * dired-x.el (dired-guess-shell-command): Use read-shell-command + instead of read-from-minibuffer. + (dired-read-shell-command): Add code that uses + minibuffer-with-setup-hook to set minibuffer-default-add-function + to minibuffer-default-add-dired-shell-commands exactly like + `dired-read-shell-command' in dired-aux.el already does. Doc fix. + * dired-x.el (dired-smart-shell-command): Remove code that uses minibuffer-with-setup-hook to set minibuffer-default-add-function to minibuffer-default-add-shell-commands because the same code was - already moved to `read-shell-command' 2008-07-31. + already moved to `read-shell-command' 2008-07-31. (Bug#2414) 2009-02-21 Jay Belanger -- 2.30.2